home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
httpd.xml
< prev
next >
Wrap
Text File
|
2002-09-27
|
2KB
|
52 lines
<search function="httpd">
<COMMENT>
This search file was initially created by Dave's Quick Search Deskbar
Search Wizard version 0.5 (beta) on 09/01/02 at 22:28:07
Even though this XML search will probably load and is a healthy start
toward a completed search, please be aware that this search will probably
not work as is and will require some human inspection and modification.
</COMMENT>
<name>What's This Site Running?</name>
<category>Computers</category>
<contributor>Thad Kerosky</contributor>
<link>http://www.netcraft.com/</link>
<email></email>
<description>
Check Netcraft's "Whats this site running?" HTTPD database for a specific web site to get information on a web server.
</description>
<form name="netcraftf"
method="get"
action="http://www.netcraft.com/">
<input type="hidden" name="restriction" value="site contains" />
<input type="hidden" name="host" value="" />
<input type="hidden" name="position" value="limited" />
</form>
<script><![CDATA[
function httpd(q)
{
if( nullArgs("httpd", q) )
return;
if( q == "" )
{
openSearchWindow("http://www.netcraft.com/");
return;
}
// FORM variables for netcraftf
//document.netcraftf.restriction.value = "";
// The wizard assigned the search string to this form field value because
// this field was the active element when the search file was generated.
// Change this to args.q if the search string is parsed with parseArgs.
document.netcraftf.host.value = q;
//document.netcraftf.position.value = "";
submitForm(netcraftf);
}
]]></script>
</search>